@media (min-width: 1200px) {
    body {
        color: #333;
        font: 14px "Microsoft Yahei";
    }

    /*??????????????????*/
    body, ul, ol, li, div, p, h1, h2, h3, h4, h5, h6, dl, dt, dd, img, span, input {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    a {
        color: #333;
        text-decoration: none;
        font-family: "Microsoft Yahei";
    }

    /*for ie f6n.net*/
    a:focus {
        outline: 0;
    }

    /*for ff f6n.net*/
    /*a:hover { text-decoration:underline;}*/
    img {
        border: none;
    }

    .vam {
        vertical-align: middle;
    }

    .clear {
        clear: both;
        height: 0;
        line-height: 0;
        font-size: 0;
    }

    p {
        word-spacing: 0;
        font-family: "Microsoft Yahei";
    }

    h1, h2, h3, h4, h5, h6 {
        font-family: "Microsoft Yahei";
    }

    i, em {
        font-style: normal;
    }

    nav {
        display: none;
    }

    .tr {
        text-align: right;
    }

    .tl {
        text-align: left;
    }

    .center {
        text-align: center;
    }

    .fl {
        float: left;
    }

    .fr {
        float: right;
    }

    .pa {
        position: absolute;
    }

    .pr {
        position: relative
    }

    .clearfix:after {
        content: "";
        height: 0;
        clear: both;
        display: block;
        visibility: hidden;
    }

    .clearfix {
        zoom: 1;
    }

    .content {
        width: 1200px;
        margin: 0 auto;
    }

    .pic img, .picl img, .pics img {
        -webkit-transition: -webkit-transform 0.8s;
        -moz-transition: -moz-transform 0.8s;
        -o-transition: -o-transform 0.8s;
        transition: transform 0.8s;
    }

    .pic img:hover {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
    }

    .picl img:hover {
        -moz-transform: translate(0, 5px);
        -webkit-transform: translate(0, 5px);
        -ms-transform: translate(0, 5px);
        -o-transform: translate(0, 5px);
    }

    .pics img:hover {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }

    .white, .whites {
        position: relative;
        overflow: hidden;
    }

    .white:after, .whites:after {
        content: '';
        cursor: pointer;
        position: absolute;
        left: -100%;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
        background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
        transform: skewx(-25deg);
    }

    .white:hover:after {
        left: 100%;
        -moz-transition: 1s;
        -o-transition: 1s;
        -webkit-transition: 1s;
        transition: 1s;
    }

    .whites:hover:after {
        left: 100%;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

    body {
        min-width: 1200px;
        width: 100%;
        max-width: 1920px;
        margin: 0 auto;
        overflow-x: hidden;
    }

    i, em {
        font-style: normal;
    }

    .content {
        width: 1200px;
        margin: 0 auto;
        font-family: "Microsoft Yahei";
    }

    .header {
        height: 215px;
        max-width: 1920px;
        z-index: 1;
        background: #f4f4f4;
    }

    .headertop {
        max-width: 1920px;
        position: relative;
        z-index: 1;
        background: #e7e7e7;
        overflow: hidden;
    }

    .load {
        line-height: 34px;
        height: 34px;
    }

    .load p {
        float: left;
        color: #7C7C7C;
        font-size: 12px;
    }

    .load em {
        float: right;
    }

    .load em a {
        font-size: 12px;
        color: #7C7C7C;
        padding: 0 15px;
        background-image: url(../img/head_top1.png);
        background-repeat: no-repeat;
        background-position: right top;
        display: inline-block;
    }

    .load em a:hover {
        color: #D82633;
    }

    .load em a:last-child {
        background: none;
    }

    .header .top {
        height: 123px;
        overflow: hidden;
        padding-top: 27px;
        clear: both;
    }

    .header .logo {
        float: left;
        width: 145px;
        height: 98px;
        display: inline;
        margin-right: 32px;
    }

    .header .logo img {
        height: 91px;
    }

    .header h2 {
        font-size: 24px;
        color: #0095db;
        padding-top: 16px;
        font-weight: bold;
        line-height: 100%;
        float: left;
    }

    .header h2 span {
        display: block;
        font-size: 20px;
        color: #333;
        font-family: "Microsoft Yahei";
        font-weight: normal;
        margin-top: 12px;
    }

    .header .tel {
        float: right;
        background: url(../img/tel.png) no-repeat left center;
        font-size: 16px;
        color: #404040;
        padding-left: 55px;
        margin-top: 16px;
        line-height: 120%;
    }

    .header .tel span {
        font-size: 26px;
        font-family: GothamBook, arial;
        display: block;
        color: #141414;
        margin-top: 10px;
    }

    .header .nav {
        background: #0095db;
        width: 1920px;
        z-index: 999;
        height: 66px;
        line-height: 66px;
        margin-left: -360px;
        padding-left: 360px;
    }

    .header .nav .content {
        width: 1200px;
        margin: 0 auto;
    }

    .header .nav li.yli {
        float: left;
        position: relative;
        background-repeat: no-repeat;
    }

    .header .nav li.yli a {
        line-height: 66px;
        color: #fff;
        padding: 0 56px;
        position: relative;
        font-size: 16px;
    }

    .header .nav li.yli:first-child a {
        padding: 0 30px 0 24px;
        margin-left: -1px;
    }

    .header .nav li.yli.cur1 > a, .header .nav li.yli:hover > a {
        background: #00d0ff;
    }

    .header .nav li.yli:hover .submenu a {
        background: #fff;
        color: #000;
    }

    .header .nav li.yli:hover .submenu a:hover {
        background: #f9f9f9 !important;
        color: #0095db;
    }

    .search {
        height: 72px;
        background: #fff;
        border-bottom: 1px solid #f2f2f2;
    }

    .keyword {
        font-size: 14px;
        color: #888;
        padding-left: 30px;
        line-height: 72px;
        background: url(../img/hot.png) no-repeat left center;
        padding-left: 30px;
    }

    .keyword b {
        color: #343434;
        margin-right: 10px;
        font-weight: normal;
    }

    .keyword a {
        color: #666;
        display: inline-block;
    }

    .keyword a:last-child:after {
        display: none;
        margin: 0;
    }

    .keyword a:after {
        display: inline-block;
        content: "|";
        color: #EAEAEA;
        margin: 0 5px;
    }

    .sou {
        margin-top: 18px;
        position: relative;
        width: 447px;
        height: 43px;
        overflow: hidden;
        background: rgba(238, 238, 238, 0.5);
    }

    .sou .ipt1 {
        width: 390px;
        height: 43px;
        font-size: 14px;
        color: #999;
        border: none;
        background: none;
        text-indent: 20px;
        line-height: 43px;
    }

    .sou .ipt2 {
        background: url(../img/search.png) no-repeat 13px center;
        display: block;
        width: 33px;
        height: 22px;
        border: none;
        float: right;
        margin-right: 19px;
        margin-top: 11px;
        border-left: 1px solid #DEDEDE;
        padding-left: 13px;
    }

    /*下拉菜单*/
    .menu1, .menu1 ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .menu1 {

    }

    .menu1 li {


    }

    .menu1 > li {
        display: block;
        float: left;
        position: relative;
    }

    .menu1 > li:first-child {
        border-radius: 5px 0 0;
    }

    .menu1 a {

        color: #808080;
        display: block;
        font-family: 'Lucida Console';
        font-size: 18px;
        line-height: 54px;
        padding: 0 25px;
        text-decoration: none;
        text-transform: uppercase;
    }

    .menu1 li:hover {

    }

    .menu1 li:hover > a {
        border-radius: 0;
        color: #C4302B;
    }

    .submenu {
        left: 0;
        max-height: 0;
        position: absolute;
        top: 100%;
        z-index: 99;
        margin-top: -1px;
        -webkit-perspective: 400px;
        -moz-perspective: 400px;
        -ms-perspective: 400px;
        -o-perspective: 400px;
        perspective: 400px;
    }

    .submenu li a:after, .submenu li a:before {
        border: none !important;
    }

    .submenu li a {
        padding: 0 !important;
        width: 176px;
        display: block;
        text-align: center;
        line-height: 50px !important;
        height: 50px !important;
    }

    .submenu li {

        height: 50px;
        opacity: 0;

        -webkit-transform: rotateY(90deg);
        -moz-transform: rotateY(90deg);
        -ms-transform: rotateY(90deg);
        -o-transform: rotateY(90deg);
        transform: rotateY(90deg);

        -webkit-transition: opacity .4s, -webkit-transform .5s;
        -moz-transition: opacity .4s, -moz-transform .5s;
        -ms-transition: opacity .4s, -ms-transform .5s;
        -o-transition: opacity .4s, -o-transform .5s;
        transition: opacity .4s, transform .5s;
    }

    .menu1 .submenu li:hover a {
        background: #0095db !important;
        border-radius: 0;
        color: #ffffff;
        line-height: 50px !important;
    }

    .menu1 > li:hover .submenu, .menu1 > li:focus .submenu {
        max-height: 2000px;
        z-index: 10;
    }

    .menu1 > li:hover .submenu li, .menu1 > li:focus .submenu li {
        opacity: 1;

        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .menu1 li:hover .submenu li:nth-child(1) {
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        -ms-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
    }

    .menu1 li:hover .submenu li:nth-child(2) {
        -webkit-transition-delay: 50ms;
        -moz-transition-delay: 50ms;
        -ms-transition-delay: 50ms;
        -o-transition-delay: 50ms;
        transition-delay: 50ms;
    }

    .menu1 li:hover .submenu li:nth-child(3) {
        -webkit-transition-delay: 100ms;
        -moz-transition-delay: 100ms;
        -ms-transition-delay: 100ms;
        -o-transition-delay: 100ms;
        transition-delay: 100ms;
    }

    .menu1 li:hover .submenu li:nth-child(4) {
        -webkit-transition-delay: 150ms;
        -moz-transition-delay: 150ms;
        -ms-transition-delay: 150ms;
        -o-transition-delay: 150ms;
        transition-delay: 150ms;
    }

    .menu1 li:hover .submenu li:nth-child(5) {
        -webkit-transition-delay: 200ms;
        -moz-transition-delay: 200ms;
        -ms-transition-delay: 200ms;
        -o-transition-delay: 200ms;
        transition-delay: 200ms;
    }

    .menu1 li:hover .submenu li:nth-child(6) {
        -webkit-transition-delay: 250ms;
        -moz-transition-delay: 250ms;
        -ms-transition-delay: 250ms;
        -o-transition-delay: 250ms;
        transition-delay: 250ms;
    }

    .menu1 li:hover .submenu li:nth-child(7) {
        -webkit-transition-delay: 300ms;
        -moz-transition-delay: 300ms;
        -ms-transition-delay: 300ms;
        -o-transition-delay: 300ms;
        transition-delay: 300ms;
    }

    .menu1 li:hover .submenu li:nth-child(8) {
        -webkit-transition-delay: 350ms;
        -moz-transition-delay: 350ms;
        -ms-transition-delay: 350ms;
        -o-transition-delay: 350ms;
        transition-delay: 350ms;
    }

    .submenu li:nth-child(1) {
        -webkit-transition-delay: 350ms;
        -moz-transition-delay: 350ms;
        -ms-transition-delay: 350ms;
        -o-transition-delay: 350ms;
        transition-delay: 350ms;
    }

    .submenu li:nth-child(2) {
        -webkit-transition-delay: 300ms;
        -moz-transition-delay: 300ms;
        -ms-transition-delay: 300ms;
        -o-transition-delay: 300ms;
        transition-delay: 300ms;
    }

    .submenu li:nth-child(3) {
        -webkit-transition-delay: 250ms;
        -moz-transition-delay: 250ms;
        -ms-transition-delay: 250ms;
        -o-transition-delay: 250ms;
        transition-delay: 250ms;
    }

    .submenu li:nth-child(4) {
        -webkit-transition-delay: 200ms;
        -moz-transition-delay: 200ms;
        -ms-transition-delay: 200ms;
        -o-transition-delay: 200ms;
        transition-delay: 200ms;
    }

    .submenu li:nth-child(5) {
        -webkit-transition-delay: 150ms;
        -moz-transition-delay: 150ms;
        -ms-transition-delay: 150ms;
        -o-transition-delay: 150ms;
        transition-delay: 150ms;
    }

    .submenu li:nth-child(6) {
        -webkit-transition-delay: 100ms;
        -moz-transition-delay: 100ms;
        -ms-transition-delay: 100ms;
        -o-transition-delay: 100ms;
        transition-delay: 100ms;
    }

    .submenu li:nth-child(7) {
        -webkit-transition-delay: 50ms;
        -moz-transition-delay: 50ms;
        -ms-transition-delay: 50ms;
        -o-transition-delay: 50ms;
        transition-delay: 50ms;
    }

    .submenu li:nth-child(8) {
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        -ms-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
    }


    /*??????*/
    .foot {
        background: #2a2a2a;
        position: relative;
        overflow: hidden;
        height: 515px;
        margin-top: 30px;
    }

    .foot-top {
        height: 327px;
        padding-top: 60px;
        overflow: hidden;
    }

    .footl {
        width: 280px;
        float: left;
        display: inline;
        border-right: 1px solid rgba(255, 255, 255, 0.04)
    }

    .footc {
        width: 440px;
        float: left;
        padding-left: 66px;
        display: inline;
        border-right: 1px solid rgba(255, 255, 255, 0.04);
        margin-right: 62px;
    }

    .footr {
        float: right;
    }

    .footl h3, .footc h3, .footr h3 {
        font-size: 30px;
        color: #fff;
        margin-bottom: 29px;
        width: 25px;
        white-space: nowrap;
        padding-bottom: 4px;
        border-bottom: 1px solid #fff;
    }

    .footl h3 span, .footc h3 span, .footr h3 span {
        font-size: 12px;
        display: block;
        color: #fff;
        opacity: 0.11;
        font-weight: lighter;
        line-height: 100%;
    }

    .footl p {
    }

    .footl p a {
        color: #fff;
        display: block;
        width: 125px;
        color: rgba(255, 255, 255, 0.8);
        float: left;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding-right: 10px;
        line-height: 40px;
    }

    .footl p a:hover {
        text-decoration: underline;
        color: #ff9900;
    }

    .footc p {
        color: #fff;
        padding-left: 32px;
        background-position: left center;
        line-height: 40px;
        font-size: 14px;
    }

    .footc p span {
        margin-left: 18px;
    }

    .footc p.tel {
        background: url(../img/foot_icon1.png) no-repeat left center
    }

    .footc p.fax {
        background: url(../img/foot_icon2.png) no-repeat left center;
    }

    .footc p.mail {
        background: url(../img/foot_icon3.png) no-repeat left center;
    }

    .footc p.add {
        background: url(../img/foot_icon4.png) no-repeat left center;
    }

    .footr em i {
        display: block;
        float: left;
        width: 127px;
        margin-right: 15px;
    }

    .footr em i img {
        width: 127px;
        height: 127px;
    }

    .footr em i span {
        display: block;
        font-size: 16px;
        color: #F4F4F4;
        background: url(../img/foot_ss.png) left center no-repeat;
        line-height: 20px;
        padding-left: 32px;
        margin-top: 16px;
    }

    .foot-bottom {
        height: 108px;
        background: #111;
        padding-top: 20px;
    }

    .foot_bl b {
        display: block;
        font-size: 18px;
        color: #eee;
        text-transform: uppercase;
        font-weight: normal;
        padding-top: 8px;
        line-height: 18px;
    }

    .foot_bl p {
        margin-top: 10px;
    }

    .foot_bl p a {
        font-size: 16px;
        color: #eee;
        opacity: 0.7;
    }

    .foot_bl p a:after {
        display: inline-block;
        margin: 0 7px 0 12px;
        content: "/";
    }

    .foot_bl p a:last-child:after {
        display: none;
    }

    .foot_br p {
        line-height: 30px;
        color: #eee;
        opacity: 0.77;
    }

    .foot_br p span {
        margin-left: 15px;
    }

    .foot_br p a {
        color: #eee;
    }

    .fdh-01-tit {
        background: #0095db;
        height: 80px;
    }

    .fdh-01-tit h3 {
        height: 75px;
        font-size: 24px;
        font-weight: normal;
        line-height: 75px;
        color: #fff;
        border-bottom: 1px solid #fff;
        text-align: center;
    }

    .fdh-01-tit h3 span {
        font-size: 14px;
        text-transform: uppercase;
    }

    .fdh-01-nav-one h3 {
        height: 50px;
        line-height: 50px;
        background: url(../img/p14-icon5.png) no-repeat right center #f4f4f4;
        margin-bottom: 2px;
        overflow: hidden;
    }

    .fdh-01-nav-one h3 a {
        display: block;
        height: 50px;
        font-size: 18px;
        font-weight: normal;
        margin-right: 40px;
        margin-left: 38px;
        color: #333;
    }

    .fdh-01-nav-one h3.sidenavcur,
    .fdh-01-nav-one h3:hover {
        background: url(../img/p14-icon2.png) no-repeat right center #00d0ff;
    }

    .fdh-01-nav-one h3.sidenavcur a,
    .fdh-01-nav-one h3:hover a {
        color: #fff;
    }

    .fdh-01-nav dl {
        padding: 2px 0 4px;
    }

    .fdh-01-nav dt {
        height: 50px;
        font-size: 16px;
        line-height: 50px;
        padding-left: 54px;
        padding-right: 40px;
        margin-bottom: 1px;
        background: #ececec;
        position: relative;
        overflow: hidden;
    }

    .fdh-01-nav dt:after {
        content: "";
        width: 8px;
        height: 8px;
        border: 2px solid #b8b8b8;
        border-style: solid solid none none;
        position: absolute;
        top: 50%;
        right: 32px;
        margin-top: -4px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .fdh-01-nav dt.sidenavcur:after,
    .fdh-01-nav dt:hover:after {
        border-color: #0095db;
    }

    .fdh-01-nav dt.sidenavcur a,
    .fdh-01-nav dt:hover a {
        color: #0095db;
    }

    .fdh-01-nav dd {
        border: 1px solid #ececec;
        border-bottom: 0;
    }

    .fdh-01-nav p {
        height: 50px;
        font-size: 14px;
        line-height: 50px;
        padding-left: 72px;
        padding-right: 40px;
        border-bottom: 1px solid #ececec;
        background: #fff;
        position: relative;
        overflow: hidden;
    }

    .fdh-01-nav p.sidenavcur a,
    .fdh-01-nav p:hover a {
        color: #0095db;
    }

    .fdh-01-nav p.sidenavcur:after,
    .fdh-01-nav p:hover:after {
        background: #393939;
    }

    .fdh-01-nav a {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #666;
    }


    .cbgg-01 {
        background: #0095db;
        text-align: center;
        color: #fff;
    }

    .cbgg-01-img img {
        width: 100%;
        display: block;
    }

    .cbgg-01 p {
        padding-top: 15px;
    }

    .cbgg-01 p img {
        vertical-align: middle;
        margin-right: 5px;
    }

    .cbgg-01 span {
        display: block;
        font-size: 28px;
        font-weight: bold;
        font-family: Arial;
        padding-bottom: 20px;
        padding-top: 10px;
    }


    .cplb-3n-ts-03-tit {
        height: 50px;
        font-size: 24px;
        font-weight: normal;
        line-height: 50px;
        border-bottom: 1px solid #ebebeb;
        margin-bottom: 15px;
    }

    .cplb-3n-ts-03-tit span {
        display: inline-block;
        height: 50px;
        border-bottom: 1px solid #393939;
    }

    .cplb-3n-ts-03-list dl {
        width: 31.3%;
        border: 1px solid #dedede;
        margin-bottom: 15px;
        background: #fff;
        float: left;
        margin-right: 1.2%;
    }


    .cplb-3n-ts-03-list dt img {
        width: 100%;

        margin: 0 auto;
        display: block;
    }

    .cplb-3n-ts-03-list dd {
        padding: 6px 20px 5px 20px;
    }

    .cplb-3n-ts-03-list dd h4 {
        height: 45px;
        font-weight: normal;
        font-size: 18px;
        color: #154c64;
        line-height: 45px;
        overflow: hidden;
        text-align: center;
    }

    .cplb-3n-ts-03-list h4 a {
        display: block;
        height: 45px;
        color: #666;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .cplb-3n-ts-03-list dl:hover h4 a {
        color: #0095db;
    }

    .cplb-3n-ts-03-list-desc {
        height: 40px;
        font-size: 14px;
        line-height: 20px;
        color: #666;
        margin-bottom: 12px;
        overflow: hidden;
    }

    .cplb-3n-ts-03-list-deta {
        width: 100px;
        height: 40px;
        display: inline-block;
        border: 1px solid #aaa;
        font-size: 16px;
        line-height: 40px;
        text-align: center;
    }

    .cplb-3n-ts-03-list dl:hover {
        border-color: #0095db;
    }

    .cplb-3n-ts-03-list dl:hover a {
        color: #0095db;
    }

    .p12-curmbs-1 {
        font-size: 14px;
        border-bottom: 1px dashed #dcdcdc;
    }

    .p12-curblock {
        display: none;
    }

    .p12-curmbs-1 b {
        border-left: 10px solid #393939;
        font-weight: normal;
        padding-left: 8px;
    }

    .p12-curmbs-1 i {
        font-style: normal;
    }

    .p12-curmbs-1 span {
        font-family: '??????';
        padding: 0 5px;
        height: 46px;
        line-height: 46px;
    }

    /*标题*/
    .pro_tit {
        position: relative;
    }

    .pro_tit h2 {
        font-size: 24px;
        background: #f2f2f2;
        padding: 12px;
        color: #000;
        font-weight: normal;
        margin: 40px 0 20px;
    }

    .pro_tit h2:after {
        content: "";
        position: absolute;
        width: 3px;
        height: 22px;
        background: #0095db;
        left: 0;
        top: 15px;
    }

    .pro_tit h2 span {
        font-weight: normal;
        color: #d6d6d6;
        display: inline-block;
        margin-left: 10px;
        text-transform: uppercase;
        font-size: 18px;
    }


    .tp {
        border: 1px solid #eee
    }

    .pro_intro {
    }

    .pro_intro p span {
        display: inline-block;
        font-size: 16px;
        color: #d82634;
        margin-left: 10px;
    }

    .pro_intro p span:before {
        content: "";
        position: absolute;
        width: 5px;
        height: 1px;
        background: #000;
        top: 13px;
        left: 0;
    }

    .pro_intro p {
        border-bottom: 1px dashed #eee;
        padding-bottom: 10px;
        position: relative;
    }

    .pc-cx-tel-1 {
        width: 50%;
        height: 56px;
        border-top: 2px solid #e6e6e6;
        padding-top: 10px;
        position: absolute;
        bottom: 16px;
        right: 2%;
    }

    .pc-cx-tel-1-t1 {
        width: 114px;
        height: 44px;
        background: #0095db;
        font-size: 18px;
        line-height: 44px;
        text-align: center;
        float: right;
    }

    .pc-cx-tel-1-t1 a {
        display: block;
        color: #fff;
    }

    .pc-cx-tel-1-t2 {
        height: 56px;
        padding-left: 70px;
        background: url(../img/pc-xc-icon2.png) no-repeat 10px top;
        font-size: 18px;
        line-height: 18px;
        color: #454545;
    }

    .pc-cx-tel-1-t2 p {
        line-height: 24px;
    }

    .p15-showcase {
        position: relative;
        padding: 12px 18px 16px 20px;
        margin-bottom: 15px;
        background: #fff;
        border: 1px solid #eee;
    }

    .p15-showcase-right-con {
        line-height: 24px;
        font-size: 14px;
        max-height: 168px;
        margin-bottom: 86px;
        overflow: hidden;
    }

    .p15-showcase-left {
        position: relative;
        width: 44.7%;
        float: left;
        line-height: 0;
        overflow: hidden;
        border: 1px solid #e7e7e7;
        margin-right: 3.3%;
    }

    .p15-showcase-left-jt {
        width: 12px;
        height: 23px;
        position: absolute;
        top: 50%;
        margin-top: -11px;
        cursor: pointer;
        z-index: 33;
    }

    .p15-showcase-left-prev {
        left: 10px;
    }

    .p15-showcase-left-next {
        right: 10px;
    }

    .p15-showcase-left-size {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 56px;
        height: 28px;
        font-size: 14px;
        line-height: 16px;
        padding: 0 15px;
    }

    .p15-showcase-left-size em {
        font-style: normal;
    }

    .p15-showcase-left-pic {
        width: 100%;
        text-align: center;
    }

    .p15-showcase-left-pic li {
        float: left;
    }

    .p15-showcase-left-pic img {
        width: 100%;
        display: block;
    }

    .p15-showcase-right {
        width: 51.6%;
        float: left;
    }

    .p15-showcase-right-tit {
        height: 40px;
        font-size: 24px;
        line-height: 40px;
        color: #454545;
        margin-bottom: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .p14-prodcontent-1 {
        background: #fff;
        padding: 0;
        margin-bottom: 22px;
    }

    .p14-prodcontent-1-tit {
        height: 40px;
        font-size: 24px;
        line-height: 40px;
        border-bottom: 2px solid #d4d4d4;
        margin-bottom: 20px;
    }

    .p14-prodcontent-1-tit span {
        display: inline-block;
        height: 40px;
        color: #464646;
        border-bottom: 2px solid #393939;
        padding-left: 34px;
        background: url(../img/p14-icon11.png) no-repeat 2px center;
    }

    .p14-prodcontent-1-tit em {
        font-size: 18px;
        font-family: Arial;
        text-transform: uppercase;
        font-style: normal;
        color: #c2c2c1;
    }

    /*.p14-prodcontent-1-desc {*/
    /*    padding-left: 15px;*/
    /*    padding-right: 15px;*/
    /*}*/
    .p14-product-2-tit {
        height: 46px;
        line-height: 46px;
        border-bottom: 2px solid #dfdfdf;
        margin-bottom: 30px;
        padding-top: 26px;
    }

    .p14-product-2-tit b {
        display: inline-block;
        font-size: 24px;
        font-weight: normal;
        color: #464646;
        padding-left: 30px;
        border-bottom: 2px solid #393939;
        background: url(../img/p14-icon11.png) no-repeat 0px center;
    }

    .p14-product-2-tit span {
        margin-left: 10px;
        font-size: 18px;
        font-family: Arial;
        color: #c2c2c1;
        text-transform: uppercase;
    }

    .p14-product-2-list dl {
        float: left;
        width: 23.8%;
        border: 1px solid #dfdfdf;
        margin-right: 1%;
        box-sizing: border-box;
        margin-bottom: 40px;
    }

    .p14-product-2-list dl.p14-product-clear {

    }

    .p14-product-2-list dl img {
        display: block;
        width: 100%;
        height: 158px;
    }

    .p14-product-2-list dd {
        padding: 10px 28px 10px 10px;
        margin-right: 2px;
        position: relative;
    }

    .p14-product-2-list h3 {
        height: 30px;
        font-size: 16px;
        font-weight: normal;
        line-height: 30px;
        color: #191919;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .p14-product-2-list h3 a {
        color: #191919;
    }

    .p14-product-2-desc {
        font-size: 14px;
        line-height: 24px;
        color: #666;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .p14-product-2-list dl:hover {
        border-color: #0095db;
    }

    .p14-product-2-list dl:hover h3 a {
        color: #0095db;
    }

    .zxlb-1n-ts-01-list dl {
        border: 1px solid #dedede;
        width: 100%;
        margin-bottom: 15px;
        padding: 22px 0 22px;
        background: #fff;
        display: inline-block;
    }

    .zxlb-1n-ts-01-list dl:hover {
        border-color: #0095db;
    }

    .zxlb-1n-ts-01-list dt {
        width: 35%;
        float: left;
        margin-left: 22px;
        margin-right: 5.5%;
    }

    .zxlb-1n-ts-01-list dt img {
        width: 100%;
        margin: 0 auto;
        display: block;
        height: 182px;
    }

    .zxlb-1n-ts-01-list dd {
        width: 54%;
        float: left;
    }

    .zxlb-1n-ts-01-list dd h4 {
        height: 40px;
        font-weight: normal;
        font-size: 18px;
        color: #0095db;
        line-height: 40px;
        margin-bottom: 5px;
        overflow: hidden;
    }

    .zxlb-1n-ts-01-list h4 a {
        display: block;
        height: 40px;
        color: #4b4a4a;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .zxlb-1n-ts-01-list dl:hover h4 a {
        color: #0095db;
    }

    .zxlb-1n-ts-01-list-desc {
        max-height: 72px;
        font-size: 14px;
        line-height: 24px;
        color: #797979;
        margin-bottom: 28px;
        overflow: hidden;
    }

    .zxlb-1n-ts-01-list-deta {
        float: right;
        width: 134px;
        height: 40px;
        display: inline-block;
        border: 1px solid #aaa;
        font-size: 16px;
        line-height: 40px;
        text-align: center;
    }

    .zxlb-1n-ts-01-list dl:hover .zxlb-1n-ts-01-list-deta {
        background: #0095db;
        border-color: #0095db;
    }

    .zxlb-1n-ts-01-list dl:hover .zxlb-1n-ts-01-list-deta a {
        color: #fff;
    }

    .p15-infocontent-1 {
        margin-bottom: 30px;
    }

    .p15-infocontent-1-tit {
        text-align: center;
        font-weight: normal;
        margin-bottom: 40px;
        font-size: 28px;
        line-height: 40px;
        color: #535353;
        height: 40px;
        overflow: hidden;
    }

    .p15-infocontent-1-bool {
        border-bottom: 1px solid #000000;
        height: 20px;
        font-size: 12px;
        color: #909090;
    }

    .p15-infocontent-1-bool span {
        margin-right: 20px;
    }

    .p15-infocontent-1-bool span a {
        color: #909090;
    }

    .p15-infocontent-1-bool i {
        font-style: normal;
        float: right;
        display: block;
        width: 80px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        color: #fff;
        background: #000000;
    }

    .p15-infocontent-1-bool i a {
        color: #fff;
    }

    .p15-infocontent-1-bool span {
        margin-right: 15px;
    }

    .p15-infocontent-1-tag span {
        margin-right: 10px;
    }

    .p14-info-3 {
        background: #f5f5f5;
        padding: 0 20px 8px;
    }

    .p14-info-3-tit {
        height: 55px;
        font-size: 24px;
        line-height: 55px;
        color: #4b4a4a;
    }

    .p14-info-3-list li {
        height: 46px;
        font-size: 14px;
        line-height: 46px;
        color: #4b4a4a;
        border-top: 1px dashed #dbdbdb;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .p14-info-3-list li a {
        color: #4b4a4a;
    }

    .p14-info-3-list li span {
        float: right;
    }

    .p14-pagination-1 dl {
        margin-bottom: 24px;
        padding-right: 40px;
    }

    .p14-pagination-1 dd {
        height: 32px;
        font-size: 14px;
        line-height: 32px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .p14-pagination-1 dd b {
        float: right;
        font-weight: normal;
    }

    .p14-pagination-1 dd span {
        width: 60px;
        height: 32px;
        background: #a2a2a2;
        color: #fff;
        text-align: center;
        display: inline-block;
        margin-right: 10px;
    }

    .p14-pagination-1 dt {
        height: 1px;
        border-bottom: 1px dashed #b5b5b5;
        margin-left: 60px;
        padding-top: 2px;
        margin-bottom: 2px;
    }

    .p14-pagination-1 dd em {
        float: right;
        font-style: normal;
        padding-left: 20px;
        font-weight: normal;
    }

    .p14-pagination-1 dl a {
        color: #4b4a4a;
    }

    .p14-pagination-1-href {
        float: right;
        font-size: 18px;
        line-height: 32px;
    }

    .p14-pagination-1-href span {
        display: inline-block;
        padding: 0 6px;
        margin-left: 4px;
        background: #000000;
    }

    .p14-pagination-1-href a {
        display: block;
        color: #fff;
    }

    .p14-pagination-1-key {
        min-height: 40px;
        border-top: 1px solid #000000;
        font-size: 14px;
        line-height: 40px;
        color: #575556;
    }

    .p14-pagination-1-key a {
        color: #575556;
    }

    .p14-pagination-1-key span {
        display: inline-block;
        margin: 0 4px;
    }


    .form-msg-wrap {
        width: 565px;
        margin: 0 auto;
    }

    .form-msg-wrap .form-group {
        display: flex;
        margin-bottom: 20px;
    }

    .form-msg-wrap .form-group.short input {
        width: 275px;
    }

    .form-msg-wrap .form-group .label {
        width: 20%;
        margin: 11px 0 0 0;
        padding-right: 20px;
        color: #333;
        font-size: 16px;
        text-align: right;
    }

    .form-msg-wrap .form-group .label .star {
        color: #d12614;
    }

    .form-msg-wrap .form-group input {
        width: 450px;
        line-height: 38px;
        padding: 0 10px;
        color: #333;
        font-size: 16px;
        outline: none;
        background-color: transparent;
        border: 1px solid #969696;
    }

    .form-msg-wrap .form-group input[type=button] {
        width: 160px;
        line-height: 40px;
        margin: 20px auto 0;
        color: #fff;
        font-size: 16px;
        outline: none;
        border: none;
        background-color: #0095db;
    }

    .form-msg-wrap .form-group textarea {
        width: 450px;
        height: 100px;
        padding: 10px;
        color: #333;
        font-size: 16px;
        resize: none;
        outline: none;
        background-color: transparent;
        border: 1px solid #969696;
    }

    .form-msg-wrap .form-group textarea::-webkit-scrollbar {
        width: 4px;
        background-color: rgba(0, 0, 0, 0.2);
    }

    .form-msg-wrap .form-group textarea::-webkit-scrollbar-thumb {
        background-color: #000;
        border-radius: 6px;
    }

    .form-msg-wrapwrap .form-group img {
        width: 160px;
        height: 40px;
        margin-left: 15px;
    }

    .subsub li {
        line-height: 50px;
        padding: 0 50px;
        font-size: 16px;
    }
}